SavePDF(String,Workbook[]) Method
In This Topic
Saves the datas from different workbooks to the specified pdf file.
Syntax
public void SavePDF(
System.string ,
params Workbook[]
)
Parameters
- fileName
- The specified pdf file.
- workbooks
- The workbook collection.
See Also